翻訳と辞書
Words near each other
・ Activity
・ Activity (UML)
・ Activity book
・ Active Member
・ Active message
・ Active metabolite
・ Active Minds
・ Active mobility
・ Active Network Management
・ Active Network, LLC
・ Active networking
・ Active NFL head coach career Super Bowl history
・ Active noise control
・ Active obedience of Christ
・ Active Oberon
Active object
・ Active object (Symbian OS)
・ Active optics
・ Active packaging
・ Active Pass
・ Active pen
・ Active Pensionists
・ Active perception
・ Active Phased Array Radar
・ Active pixel sensor
・ Active placebo
・ Active Platform
・ Active policy management
・ Active Power
・ Active protection system


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Active object : ウィキペディア英語版
Active object

The active object design pattern decouples method execution from method invocation for objects that each reside in their own thread of control. The goal is to introduce concurrency, by using asynchronous method invocation and a scheduler for handling requests.〔Bass, L., Clements, P., Kazman, R. ''Software Architecture in Practice''. Addison Wesley, 2003〕
The pattern consists of six elements:〔

* A proxy, which provides an interface towards clients with publicly accessible methods.
* An interface which defines the method request on an active object.
* A list of pending requests from clients.
* A scheduler, which decides which request to execute next.
* The implementation of the active object method.
* A callback or variable for the client to receive the result.
== Example ==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Active object」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.